home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / taskview.arc / BOARD2.BAT < prev    next >
Encoding:
DOS Batch File  |  1988-01-22  |  361 b   |  22 lines

  1. :top
  2. f:
  3. cd\pcb2
  4. if exist remote.bat rename remote.bat remote.sys
  5. if exist event.bat rename event.bat event.sys
  6. if exist door.bat del door.bat
  7. if exist endpcb del endpcb
  8. f:
  9. cd\pcb2
  10. f:\pcb\pcboard
  11. if exist remote.bat remote
  12. if exist door.bat door
  13. if exist event.bat event
  14. if exist endpcb goto end
  15. f:
  16. cd\pcb2
  17. board2
  18. :end
  19. cls
  20. command
  21. goto top
  22.